home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb.new / gdb-4.0 / bfd / doc / awkscan-p < prev    next >
Encoding:
Text File  |  1991-08-24  |  237 b   |  9 lines

  1. # Awk filter, 1st filter for BFD prototype file extraction
  2. #
  3. # keep /*proto blocks
  4. /^\/\*proto\*/,/^\*\/|^\*-\*\//
  5. #
  6. # Apparent bug in sed can discard last line in some situations; therefore
  7. # make last line harmless.
  8. END { print "\n" }
  9.